projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca54e0
)
Fix 'make no-exes'
author
Brian Anderson
<banderson@mozilla.com>
Tue, 30 Dec 2014 03:03:54 +0000
(19:03 -0800)
committer
Brian Anderson
<banderson@mozilla.com>
Tue, 30 Dec 2014 03:03:54 +0000
(19:03 -0800)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 049a0929bad05d7f616dc27e0f0a02c8a7e07078..d2c0f4b2d58cea5751f19c742df3201f1b37b75f 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-91,7
+91,8
@@
style:
no-exes:
find $$(git ls-files) -perm +111 -type f \
- -not -name configure -not -name '*.sh' -not -name '*.rs' | \
+ -not -name configure -not -name '*.sh' -not -name '*.rs' \
+ -not -wholename "*/rust-installer/*" | \
grep '.*' \
&& exit 1 || exit 0